CStatus.cs
Code Type: C# Class
Uses Classes: N/A


Lines of Code: 26

bool m_bStatus;
        public bool Status

	 bool status 

string m_strStatusComment;
        public string StatusComment

	 status comment 

k_STATUS_CODE m_lStatusCode;
        public k_STATUS_CODE StatusCode

	 status code 

public CStatus()

	 constructor 

public CStatus(bool bStatus, k_STATUS_CODE lStatusCode, string strStatusComment)

	 constructor initializes the members of the instance with the passed values 

	

